.gClassbox {
  width: 100%;
}

.gClassbox .gClasstype {
  width: 185px;
  margin-right: 15px;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 5px;
  float: left;
}

.gClassbox .gClasstype.last {
  margin-right: 0;
}

.gClassbox .gClasstype h2 {
  position: relative;
  font-size: 16px;
  line-height: 2;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 8px;
  padding-left: 27px;
}

.gClassbox .gClasstype h2 .icons {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.gClassbox .gClasstype h2.schoolinfor{
  background: url('/skin/nice/root/list/images/school.png') no-repeat left center;
}
.gClassbox .gClasstype h2.majorinfor{
  background: url('/skin/nice/root/list/images/major.png') no-repeat left center;
}
.gClassbox .gClasstype h2.necessary{
  background: url('/skin/nice/root/list/images/necessary.png') no-repeat left center;
}
.gClassbox .gClasstype a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 55px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  margin-right: 4px;
  margin: 4px 4px 4px 0;
  font-size: 12px;
  background-color: #e3eafe;
  border-radius: 5px;
  color: #4370f5;
}
.gClassbox.gClasslist .gClasstype a{
  margin-right: 10px;
}
.gClassbox .gClasstype a.last {
  margin-right: 0;
}

.gArtlist {
  margin-top:15px;
  padding:15px;
  border-radius: 5px;
  background-color: #fff;
}
.gsBread{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
  font-size: 14px;
  color:#999;
  margin-left:-5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
}
.gsBread a,
.gsBread span{
  font-size: 12px;
  display: inline-block;
  *display:inline;
  *zoom:1;
  color:#999;
  margin:0 5px;
}
.specialBox{
  padding:20px 0;
}
.specialBlock {
  float: left;
  width: 470px;
  background-color: #fff;
  border-radius: 5px;
  margin:0 20px 15px 0;
  padding-bottom: 15px;
  overflow: hidden;
}

.specialBlock:nth-child(2n+2),
.specialBlock .last {
  margin-right: 0;
}

.specialBlock .blockImg {
  display: block;
  width: 470px;
  height: 175px;
  border-radius:5px 5px 0 0;
  overflow: hidden;
}

.specialBlock .blockImg img {
  display: block;
  width: 100%;
  height: 100%;
}

.specialBlock .specialInfor {
  margin-top: 10px;
  padding: 6px 15px;
  border-bottom:1px solid #eaeaea;
  line-height: 2;
}

.specialBlock .specialInfor .infor h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  height: 24px;
}
.specialBlock .specialInfor .infor h3 a{
  color:#222;
}
.specialBlock .specialInfor .infor p {
  font-size: 12px;
  color: #999;
}

.specialBlock .specialInfor .star {
  display: block;
  width: 102px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  border-radius: 5px;
  background-color: #e3f1ff;
  color: #2a82e4;
}
.belongArticle{
  padding:0 15px;
}
.belongArticle li{
  font-size: 0;
  padding-top:12px;
}
.belongArticle li a{
  display: inline-block;
  *display:inline;
  *zoom:1;
  vertical-align: middle;
  height: 24px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.belongArticle li a.belong{
  padding:0 8px;
  background-color: #f6f6f6;
  color: #8590a6;
  font-size: 12px;
  border-radius:3px;
  max-width: 90px;
}
.belongArticle li a.articlename{
  margin-left: 15px;
  font-size: 14px;
  max-width: 319px;
  color:#222;
}
.belongArticle li a:hover{
  color:#4370f5;
}